home *** CD-ROM | disk | FTP | other *** search
/ Eros - Digital Erotica & Games / Eros - Digital Erotica & Games.iso / mac / EROS vol.1 / EROS vol.DXR / 00061.ls < prev    next >
Encoding:
Text File  |  1995-07-07  |  429 b   |  13 lines

  1. on mouseUp
  2.   global md1
  3.   if the castNum of sprite 6 = the number of cast "full 3" then
  4.     set md1 to the duration of cast the number of cast "tfend"
  5.     puppetTransition(11, 0, 16, 1)
  6.     set the castNum of sprite 6 to the number of cast "tfend"
  7.   else
  8.     puppetTransition(11, 0, 16, 1)
  9.     set md1 to the duration of cast the number of cast "tfend"
  10.     set the castNum of sprite 6 to the castNum of sprite 6 + 1
  11.   end if
  12. end
  13.